object TipDlg: TTipDlg Left = 634 Top = 195 BorderStyle = bsDialog Caption = 'Conseil' ClientHeight = 244 ClientWidth = 337 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poMainFormCenter OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Shape1: TShape Left = 8 Top = 8 Width = 321 Height = 201 Pen.Color = clBtnShadow Pen.Width = 2 end object Image1: TImage Left = 24 Top = 24 Width = 23 Height = 29 AutoSize = True Picture.Data = {} Transparent = True end object CheckBox2: TBCCheckBox Left = 8 Top = 224 Width = 137 Height = 17 Caption = '&Ne plus montrer ce conseil' TabOrder = 0 end object CloseBtn: TButton Left = 256 Top = 216 Width = 73 Height = 23 Cancel = True Caption = 'Fermer' Default = True ModalResult = 1 TabOrder = 1 OnClick = CloseBtnClick end object Panel1: TPanel Left = 72 Top = 12 Width = 249 Height = 189 BevelOuter = bvNone Color = clWindow TabOrder = 2 object Title: TLabel Left = 0 Top = 16 Width = 249 Height = 13 Align = alTop Caption = '%' end object Bevel2: TBevel Left = 0 Top = 29 Width = 249 Height = 16 Align = alTop Shape = bsSpacer end object Bevel4: TBevel Left = 0 Top = 0 Width = 249 Height = 16 Align = alTop Shape = bsSpacer end object Comments: TLabel Left = 0 Top = 45 Width = 249 Height = 13 Align = alTop Caption = '%' WordWrap = True end end end